{
  "name": "React-RCTActionSheet",
  "version": "0.71.3",
  "summary": "An API for displaying iOS action sheets and share sheets.",
  "homepage": "https://reactnative.dev/",
  "documentation_url": "https://reactnative.dev/docs/actionsheetios",
  "license": "MIT",
  "authors": "Facebook, Inc. and its affiliates",
  "platforms": {
    "ios": "12.4"
  },
  "source": {
    "git": "https://github.com/facebook/react-native.git",
    "tag": "v0.71.3"
  },
  "source_files": "*.{m}",
  "preserve_paths": [
    "package.json",
    "LICENSE",
    "LICENSE-docs"
  ],
  "header_dir": "RCTActionSheet",
  "dependencies": {
    "React-Core/RCTActionSheetHeaders": [
      "0.71.3"
    ]
  }
}
